Interface STPMainProcess

All Superinterfaces:
IPCObject, Process
All Known Implementing Classes:
STPMainProcessImpl

public interface STPMainProcess extends Process
Information provided by the PKI file:

    \class StpMainProcess
    
    \brief StpMainProcess holds and manages the individual STP processes.
    
    \example network().getDevice("Switch0").getProcess("StpMainProcess")
    
Author:
Auto-generated
  • Method Details

    • getStpProcess

      STPProcess getStpProcess(int vlanID)
      Information provided by the PKI file:
      
          \brief Returns the STP process from the specified VLAN.
          
          \param vlanID, the VLAN number of interest.
          
          \return StpProcess, the StpProcess object from the specified VLAN.
          
              
      Parameters:
      vlanID - Takes in a parameter of vlanID
      Returns:
      STPProcess Returns a STPProcess